Support GCC 10+.
authorAaron M. Ucko <ucko@debian.org>
Mon, 7 Sep 2020 02:57:35 +0000 (22:57 -0400)
committerAaron M. Ucko <ucko@debian.org>
Mon, 29 Sep 2025 03:08:59 +0000 (23:08 -0400)
commit37eb06295586ac665e1ee56eec96d3c61f33288d
tree2473ea0b0df967c2f9e12d06c108625a959a77e7
parent192bd3679656427cdea500329f227e5896a1796d
Support GCC 10+.

Debian-Bug: 957581.

* ncbifile.cpp (s_GetFileSystemInfo): Formally cast st.f_type to avoid
  narrowing errors for cases with the high bit set when that field is
  a 32-bit signed integer (as on i386).

Gbp-Pq: Name support_gcc10
c++/src/corelib/ncbifile.cpp